[INFO] fetching crate trapeze 0.7.6...
[INFO] checking trapeze-0.7.6 against master#ff647322379c48947c196639599067665ff9eb88 for pr-151539-1
[INFO] extracting crate trapeze 0.7.6 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate trapeze 0.7.6
[INFO] finished tweaking crates.io crate trapeze 0.7.6
[INFO] tweaked toml for crates.io crate trapeze 0.7.6 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate trapeze 0.7.6 on toolchain ff647322379c48947c196639599067665ff9eb88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 80 packages to latest compatible versions
[INFO] [stderr]       Adding prost v0.13.5 (available: v0.14.4)
[INFO] [stderr]       Adding prost-types v0.13.5 (available: v0.14.4)
[INFO] [stderr]       Adding tokio-vsock v0.6.0 (available: v0.7.2)
[INFO] [stderr]       Adding windows-sys v0.59.0 (available: v0.61.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded memoffset v0.9.1
[INFO] [stderr]   Downloaded trapeze-macros v0.7.6
[INFO] [stderr]   Downloaded tokio-vsock v0.6.0
[INFO] [stderr]   Downloaded vsock v0.5.4
[INFO] [stderr]   Downloaded nix v0.31.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cce0e8af11e3529dec8725d583afe1ab2c1fdbbb3db9dc3b8a082a5f576b4b7e
[INFO] running `Command { std: "docker" "start" "cce0e8af11e3529dec8725d583afe1ab2c1fdbbb3db9dc3b8a082a5f576b4b7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cce0e8af11e3529dec8725d583afe1ab2c1fdbbb3db9dc3b8a082a5f576b4b7e" "/opt/rustwide/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cce0e8af11e3529dec8725d583afe1ab2c1fdbbb3db9dc3b8a082a5f576b4b7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cce0e8af11e3529dec8725d583afe1ab2c1fdbbb3db9dc3b8a082a5f576b4b7e" "/opt/rustwide/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking bytes v1.12.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking vsock v0.5.4
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]     Checking prost-build v0.13.5
[INFO] [stderr]     Checking trapeze-codegen v0.7.6
[INFO] [stderr]    Compiling trapeze-macros v0.7.6
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking tokio-vsock v0.6.0
[INFO] [stderr]     Checking trapeze v0.7.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/client/request_handlers.rs:320:48
[INFO] [stdout]     |
[INFO] [stdout] 318 |     rx: &'a RwLock<&'a mut StreamReceiver>,
[INFO] [stdout]     |          --         -- the lifetime is named here
[INFO] [stdout]     |          |
[INFO] [stdout]     |          the lifetime is named here
[INFO] [stdout] 319 |     tx: oneshot::Sender<Output>,
[INFO] [stdout] 320 | ) -> impl Future<Output = Result<()>> + Send + '_ {
[INFO] [stdout]     |                                                ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 320 - ) -> impl Future<Output = Result<()>> + Send + '_ {
[INFO] [stdout] 320 + ) -> impl Future<Output = Result<()>> + Send + 'a {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/client/request_handlers.rs:344:48
[INFO] [stdout]     |
[INFO] [stdout] 342 |     rx: &'a RwLock<&'a mut StreamReceiver>,
[INFO] [stdout]     |          --         -- the lifetime is named here
[INFO] [stdout]     |          |
[INFO] [stdout]     |          the lifetime is named here
[INFO] [stdout] 343 |     tx: UnboundedSender<Output>,
[INFO] [stdout] 344 | ) -> impl Future<Output = Result<()>> + Send + '_ {
[INFO] [stdout]     |                                                ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 344 - ) -> impl Future<Output = Result<()>> + Send + '_ {
[INFO] [stdout] 344 + ) -> impl Future<Output = Result<()>> + Send + 'a {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/server/method_handlers.rs:202:48
[INFO] [stdout]     |
[INFO] [stdout] 200 |     rx: &'a RwLock<&'a mut StreamReceiver>,
[INFO] [stdout]     |          --         -- the lifetime is named here
[INFO] [stdout]     |          |
[INFO] [stdout]     |          the lifetime is named here
[INFO] [stdout] 201 |     tx: UnboundedSender<Input>,
[INFO] [stdout] 202 | ) -> impl Future<Output = Result<()>> + Send + '_ {
[INFO] [stdout]     |                                                ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 202 - ) -> impl Future<Output = Result<()>> + Send + '_ {
[INFO] [stdout] 202 + ) -> impl Future<Output = Result<()>> + Send + 'a {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/client/request_handlers.rs:320:48
[INFO] [stdout]     |
[INFO] [stdout] 318 |     rx: &'a RwLock<&'a mut StreamReceiver>,
[INFO] [stdout]     |          --         -- the lifetime is named here
[INFO] [stdout]     |          |
[INFO] [stdout]     |          the lifetime is named here
[INFO] [stdout] 319 |     tx: oneshot::Sender<Output>,
[INFO] [stdout] 320 | ) -> impl Future<Output = Result<()>> + Send + '_ {
[INFO] [stdout]     |                                                ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 320 - ) -> impl Future<Output = Result<()>> + Send + '_ {
[INFO] [stdout] 320 + ) -> impl Future<Output = Result<()>> + Send + 'a {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/client/request_handlers.rs:344:48
[INFO] [stdout]     |
[INFO] [stdout] 342 |     rx: &'a RwLock<&'a mut StreamReceiver>,
[INFO] [stdout]     |          --         -- the lifetime is named here
[INFO] [stdout]     |          |
[INFO] [stdout]     |          the lifetime is named here
[INFO] [stdout] 343 |     tx: UnboundedSender<Output>,
[INFO] [stdout] 344 | ) -> impl Future<Output = Result<()>> + Send + '_ {
[INFO] [stdout]     |                                                ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 344 - ) -> impl Future<Output = Result<()>> + Send + '_ {
[INFO] [stdout] 344 + ) -> impl Future<Output = Result<()>> + Send + 'a {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/server/method_handlers.rs:202:48
[INFO] [stdout]     |
[INFO] [stdout] 200 |     rx: &'a RwLock<&'a mut StreamReceiver>,
[INFO] [stdout]     |          --         -- the lifetime is named here
[INFO] [stdout]     |          |
[INFO] [stdout]     |          the lifetime is named here
[INFO] [stdout] 201 |     tx: UnboundedSender<Input>,
[INFO] [stdout] 202 | ) -> impl Future<Output = Result<()>> + Send + '_ {
[INFO] [stdout]     |                                                ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 202 - ) -> impl Future<Output = Result<()>> + Send + '_ {
[INFO] [stdout] 202 + ) -> impl Future<Output = Result<()>> + Send + 'a {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
[INFO] running `Command { std: "docker" "inspect" "cce0e8af11e3529dec8725d583afe1ab2c1fdbbb3db9dc3b8a082a5f576b4b7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cce0e8af11e3529dec8725d583afe1ab2c1fdbbb3db9dc3b8a082a5f576b4b7e", kill_on_drop: false }`
[INFO] [stdout] cce0e8af11e3529dec8725d583afe1ab2c1fdbbb3db9dc3b8a082a5f576b4b7e
